Creating a Drop-down List with Data Validation in Excel
Follow these steps to create a drop-down list in Excel that pulls names from another worksheet.
Step 1: Create a List of Names
- Open your Excel workbook and go to a separate worksheet (e.g., MasterList).
- Enter the list of names in a single column (e.g.,
A1:A100
).
Step 2: Name the List Range
- Select the range containing the names.
- Go to Formulas > Name Manager > New.
- Enter a name for the range, e.g.,
NameList
, and click OK.
Step 3: Apply Data Validation
- Go to the worksheet where you want to enter names.
- Select the column or cells where the drop-down list should appear.
- Go to Data > Data Validation.
- In the Allow dropdown, choose List.
- In the Source field, enter:
=NameList
.
- Click OK. Your drop-down list is now ready!
Step 4: Test the Drop-down List
Click on a cell where you applied data validation. You should see a drop-down arrow allowing you to select a name from the list.
Bonus: Allow Users to Enter New Names
To allow users to type in names not in the list, go to Data Validation > Error Alert and uncheck Show error alert after invalid data is entered.